home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / nvidia-common.postinst < prev    next >
Text File  |  2008-10-06  |  346b  |  18 lines

  1. #!/bin/sh -e
  2. . /usr/share/debconf/confmodule
  3.  
  4. db_stop
  5.  
  6.  
  7.  
  8. # Automatically added by dh_pycentral
  9. if which pycentral >/dev/null 2>&1; then
  10.     pycentral pkginstall nvidia-common
  11.     if grep -qs '^nvidia-common$' /var/lib/pycentral/delayed-pkgs; then
  12.         sed -i '/^nvidia-common$/d' /var/lib/pycentral/delayed-pkgs
  13.     fi
  14. fi
  15. # End automatically added section
  16.  
  17.  
  18.